DevForce Help Reference
DateTimeRangeVerifier Constructor(Type,String,Boolean,Nullable<DateTime>,Boolean,Nullable<DateTime>,Boolean)


Constructs a new DateTimeRangeVerifier with all properties specified.
Syntax
'Declaration
 
Public Function New( _
   ByVal applicableType As Type, _
   ByVal propertyName As String, _
   ByVal isRequired As Boolean, _
   ByVal minValue As Nullable(Of Date), _
   ByVal includeMinEndpoint As Boolean, _
   ByVal maxValue As Nullable(Of Date), _
   ByVal includeMaxEndpoint As Boolean _
)
'Usage
 
Dim applicableType As Type
Dim propertyName As String
Dim isRequired As Boolean
Dim minValue As Nullable(Of Date)
Dim includeMinEndpoint As Boolean
Dim maxValue As Nullable(Of Date)
Dim includeMaxEndpoint As Boolean
 
Dim instance As New DateTimeRangeVerifier(applicableType, propertyName, isRequired, minValue, includeMinEndpoint, maxValue, includeMaxEndpoint)

Parameters

applicableType
propertyName
isRequired
minValue
includeMinEndpoint
maxValue
includeMaxEndpoint
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

DateTimeRangeVerifier Class
DateTimeRangeVerifier Members
Overload List

Send Feedback